widget: Fix gtk_widget_get_surface_allocation
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 May 2020 06:04:22 +0000 (02:04 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 May 2020 06:04:22 +0000 (02:04 -0400)
commitc90078fd4a6d23802619dfdf29279c5d98ec2495
tree5391666e5b718a4a9286a643d2703a213992b620
parent428e647238b7e1e53599ce822273aca6d511667c
widget: Fix gtk_widget_get_surface_allocation

As the name implies, this should be surface-relative
coordinates, so it needs to take the surface transform
into account.
gtk/gtkwidget.c